crypto/tls.certificateRequestMsg.certificateTypes (field)
9 uses
crypto/tls (current package)
handshake_client.go#L912: for _, certType := range certReq.certificateTypes {
handshake_messages.go#L1572: certificateTypes []byte
handshake_messages.go#L1583: length := 1 + len(m.certificateTypes) + 2
handshake_messages.go#L1600: x[4] = uint8(len(m.certificateTypes))
handshake_messages.go#L1602: copy(x[5:], m.certificateTypes)
handshake_messages.go#L1603: y := x[5+len(m.certificateTypes):]
handshake_messages.go#L1650: m.certificateTypes = make([]byte, numCertTypes)
handshake_messages.go#L1651: if copy(m.certificateTypes, data) != numCertTypes {
handshake_server.go#L538: certReq.certificateTypes = []byte{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)